home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / hmview32.exe / 0 / RCDATA / TREGISTRA / TREGISTRA.txt < prev   
Encoding:
Text File  |  1999-04-15  |  2.8 KB  |  141 lines

  1. object registra: Tregistra
  2.   Left = 319
  3.   Top = 256
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 227
  7.   ClientWidth = 433
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 433
  21.     Height = 227
  22.     Align = alClient
  23.     BevelInner = bvLowered
  24.     TabOrder = 0
  25.     object Label2: TLabel
  26.       Left = 12
  27.       Top = 60
  28.       Width = 61
  29.       Height = 16
  30.       Caption = 'Title Book'
  31.       Font.Color = clBlack
  32.       Font.Height = -13
  33.       Font.Name = 'MS Sans Serif'
  34.       Font.Style = []
  35.       ParentFont = False
  36.     end
  37.     object Label1: TLabel
  38.       Left = 12
  39.       Top = 10
  40.       Width = 37
  41.       Height = 16
  42.       Caption = 'Name'
  43.       Font.Color = clBlack
  44.       Font.Height = -13
  45.       Font.Name = 'MS Sans Serif'
  46.       Font.Style = []
  47.       ParentFont = False
  48.       WordWrap = True
  49.     end
  50.     object informa: TLabel
  51.       Left = 2
  52.       Top = 209
  53.       Width = 429
  54.       Height = 16
  55.       Align = alBottom
  56.       Alignment = taCenter
  57.     end
  58.     object Label3: TLabel
  59.       Left = 12
  60.       Top = 126
  61.       Width = 118
  62.       Height = 16
  63.       AutoSize = False
  64.       Caption = 'Registration code:'
  65.       Font.Color = clBlack
  66.       Font.Height = -13
  67.       Font.Name = 'MS Sans Serif'
  68.       Font.Style = []
  69.       ParentFont = False
  70.       WordWrap = True
  71.     end
  72.     object nombre: TEdit
  73.       Left = 12
  74.       Top = 28
  75.       Width = 401
  76.       Height = 24
  77.       Font.Color = clBlack
  78.       Font.Height = -13
  79.       Font.Name = 'MS Sans Serif'
  80.       Font.Style = []
  81.       MaxLength = 80
  82.       ParentFont = False
  83.       TabOrder = 0
  84.     end
  85.     object empresa: TEdit
  86.       Left = 12
  87.       Top = 78
  88.       Width = 401
  89.       Height = 24
  90.       Enabled = False
  91.       Font.Color = clBlack
  92.       Font.Height = -13
  93.       Font.Name = 'MS Sans Serif'
  94.       Font.Style = []
  95.       MaxLength = 80
  96.       ParentFont = False
  97.       TabOrder = 1
  98.     end
  99.     object registro: TEdit
  100.       Left = 135
  101.       Top = 122
  102.       Width = 192
  103.       Height = 24
  104.       Font.Color = clBlack
  105.       Font.Height = -13
  106.       Font.Name = 'MS Sans Serif'
  107.       Font.Style = []
  108.       MaxLength = 12
  109.       ParentFont = False
  110.       TabOrder = 2
  111.     end
  112.     object POK: TButton
  113.       Left = 150
  114.       Top = 176
  115.       Width = 64
  116.       Height = 23
  117.       Caption = 'OK'
  118.       Default = True
  119.       TabOrder = 3
  120.       OnClick = aceptaClick
  121.     end
  122.     object PCancel: TButton
  123.       Left = 248
  124.       Top = 174
  125.       Width = 64
  126.       Height = 25
  127.       Cancel = True
  128.       Caption = 'Cancel'
  129.       ModalResult = 2
  130.       TabOrder = 4
  131.       OnClick = PCancelClick
  132.     end
  133.   end
  134.   object Timer1: TTimer
  135.     Interval = 500
  136.     OnTimer = Timer1Timer
  137.     Left = 370
  138.     Top = 131
  139.   end
  140. end
  141.